home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / magazi~1 / 394 / intr.s < prev    next >
Encoding:
Text File  |  1989-06-08  |  126 b   |  12 lines

  1. .globl _timcnt
  2. .globl _intr
  3. .text
  4. _intr:
  5. addq.l #$1,_timcnt
  6. andi.b #$DF,$fffa0f
  7. rte
  8. .data
  9. .even
  10. _timcnt: .dc.l  0
  11.  
  12.